home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Online / opennap / Makefile_opennap < prev    next >
Makefile  |  2001-06-08  |  10KB  |  454 lines

  1. # This Makefile has been generated automatically
  2. # by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
  3. # to be used with GCC
  4. #
  5. # GccOpts is free software for Amiga.
  6. #
  7. # To compile, just type 'make' in your shell environment.
  8. #
  9.  
  10.  
  11. ##
  12. ## Please do NOT edit this file
  13. ##
  14.  
  15. #OUTP opennap
  16. #CPU: 1
  17. #VER: 1.3
  18. #FPU: 0
  19. #OLV: 2
  20. #LNK: 0
  21. #PRJ: regex.c socket.o main.c 
  22. #PRJ: add_file.c search.c motd.c 
  23. #PRJ: hash.c privmsg.c browse.c 
  24. #PRJ: debug.c login.c whois.c 
  25. #PRJ: free_user.c join.c part.c 
  26. #PRJ: public.c part_channel.c announce.c 
  27. #PRJ: kill_user.c remove_connection.c config.c 
  28. #PRJ: download.c upload_complete.c topic.c 
  29. #PRJ: muzzle.c level.c client_quit.c 
  30. #PRJ: server_login.c server_connect.c synch.c 
  31. #PRJ: util.c md5.c hotlist.c 
  32. #PRJ: remove_file.c list_channels.c list_users.c 
  33. #PRJ: ping.c resume.c change.c 
  34. #PRJ: ban.c network.c buffer.c 
  35. #PRJ: server_usage.c server_links.c init.c 
  36. #PRJ: handler.c timer.c list.c 
  37. #PRJ: userdb.c serverlib.c kick.c 
  38. #PRJ: usermode.c channel.c glob.c 
  39. #PRJ: redirect.c filter.c hashlist.c 
  40. #PRJ: class.c napigator.c 
  41. #LIB: libz.a 
  42. #OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000
  43.  
  44. .PHONY : all
  45. .PHONY : clean
  46.  
  47. # System configuration
  48. SHELL = gnu:bin/sh
  49.  
  50. # System environment
  51. CC = gcc
  52.  
  53. CODEGEN = -m68020 
  54.  
  55. OPTIMIZATION = -O2
  56.  
  57. OPTIONS = 
  58.  
  59. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  60.  
  61.  
  62.  
  63. LIB = -lz  
  64.  
  65. OBJ = regex.o main.o add_file.o \
  66.     search.o motd.o hash.o \
  67.     privmsg.o browse.o debug.o \
  68.     login.o whois.o free_user.o \
  69.     join.o part.o public.o \
  70.     part_channel.o announce.o kill_user.o \
  71.     remove_connection.o config.o download.o \
  72.     upload_complete.o topic.o muzzle.o \
  73.     level.o client_quit.o server_login.o \
  74.     server_connect.o synch.o util.o \
  75.     md5.o hotlist.o remove_file.o \
  76.     list_channels.o list_users.o ping.o \
  77.     resume.o change.o ban.o \
  78.     network.o buffer.o server_usage.o \
  79.     server_links.o init.o handler.o \
  80.     timer.o list.o userdb.o \
  81.     serverlib.o kick.o usermode.o \
  82.     channel.o glob.o redirect.o \
  83.     filter.o hashlist.o class.o \
  84.     napigator.o 
  85.  
  86. ARCHIVE = socket.o 
  87.  
  88. opennap: $(OBJ)
  89.     $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
  90.  
  91. all: clean opennap
  92.  
  93. clean:
  94.     rm -f regex.o main.o add_file.o search.o \
  95.     motd.o hash.o privmsg.o browse.o \
  96.     debug.o login.o whois.o free_user.o \
  97.     join.o part.o public.o part_channel.o \
  98.     announce.o kill_user.o remove_connection.o config.o \
  99.     download.o upload_complete.o topic.o muzzle.o \
  100.     level.o client_quit.o server_login.o server_connect.o \
  101.     synch.o util.o md5.o hotlist.o \
  102.     remove_file.o list_channels.o list_users.o ping.o \
  103.     resume.o change.o ban.o network.o \
  104.     buffer.o server_usage.o server_links.o init.o \
  105.     handler.o timer.o list.o userdb.o \
  106.     serverlib.o kick.o usermode.o channel.o \
  107.     glob.o redirect.o filter.o hashlist.o \
  108.     class.o napigator.o opennap
  109.  
  110.  
  111. regex.o: regex.c regex.h 
  112.  
  113.     $(CC) $(CFLAGS) $(INCL) -c regex.c
  114.  
  115. main.o: main.c confdefs.h opennap.h   \
  116.     zlib.h zconf.h hash.h   \
  117.     list.h debug.h extrasocket.h 
  118.  
  119.     $(CC) $(CFLAGS) $(INCL) -c main.c
  120.  
  121. add_file.o: add_file.c opennap.h confdefs.h   \
  122.     zlib.h zconf.h hash.h   \
  123.     list.h debug.h 
  124.  
  125.     $(CC) $(CFLAGS) $(INCL) -c add_file.c
  126.  
  127. search.o: search.c opennap.h confdefs.h   \
  128.     zlib.h zconf.h hash.h   \
  129.     list.h debug.h 
  130.  
  131.     $(CC) $(CFLAGS) $(INCL) -c search.c
  132.  
  133. motd.o: motd.c confdefs.h opennap.h   \
  134.     zlib.h zconf.h hash.h   \
  135.     list.h debug.h 
  136.  
  137.     $(CC) $(CFLAGS) $(INCL) -c motd.c
  138.  
  139. hash.o: hash.c hash.h debug.h   \
  140.     opennap.h confdefs.h zlib.h   \
  141.     zconf.h list.h 
  142.  
  143.     $(CC) $(CFLAGS) $(INCL) -c hash.c
  144.  
  145. privmsg.o: privmsg.c opennap.h confdefs.h   \
  146.     zlib.h zconf.h hash.h   \
  147.     list.h debug.h 
  148.  
  149.     $(CC) $(CFLAGS) $(INCL) -c privmsg.c
  150.  
  151. browse.o: browse.c opennap.h confdefs.h   \
  152.     zlib.h zconf.h hash.h   \
  153.     list.h debug.h 
  154.  
  155.     $(CC) $(CFLAGS) $(INCL) -c browse.c
  156.  
  157. debug.o: debug.c debug.h 
  158.  
  159.     $(CC) $(CFLAGS) $(INCL) -c debug.c
  160.  
  161. login.o: login.c opennap.h confdefs.h   \
  162.     zlib.h zconf.h hash.h   \
  163.     list.h hashlist.h debug.h 
  164.  
  165.     $(CC) $(CFLAGS) $(INCL) -c login.c
  166.  
  167. whois.o: whois.c opennap.h confdefs.h   \
  168.     zlib.h zconf.h hash.h   \
  169.     list.h debug.h 
  170.  
  171.     $(CC) $(CFLAGS) $(INCL) -c whois.c
  172.  
  173. free_user.o: free_user.c opennap.h confdefs.h   \
  174.     zlib.h zconf.h hash.h   \
  175.     list.h hashlist.h debug.h 
  176.  
  177.     $(CC) $(CFLAGS) $(INCL) -c free_user.c
  178.  
  179. join.o: join.c opennap.h confdefs.h   \
  180.     zlib.h zconf.h hash.h   \
  181.     list.h debug.h 
  182.  
  183.     $(CC) $(CFLAGS) $(INCL) -c join.c
  184.  
  185. part.o: part.c opennap.h confdefs.h   \
  186.     zlib.h zconf.h hash.h   \
  187.     list.h debug.h 
  188.  
  189.     $(CC) $(CFLAGS) $(INCL) -c part.c
  190.  
  191. public.o: public.c opennap.h confdefs.h   \
  192.     zlib.h zconf.h hash.h   \
  193.     list.h debug.h 
  194.  
  195.     $(CC) $(CFLAGS) $(INCL) -c public.c
  196.  
  197. part_channel.o: part_channel.c opennap.h confdefs.h   \
  198.     zlib.h zconf.h hash.h   \
  199.     list.h debug.h 
  200.  
  201.     $(CC) $(CFLAGS) $(INCL) -c part_channel.c
  202.  
  203. announce.o: announce.c opennap.h confdefs.h   \
  204.     zlib.h zconf.h hash.h   \
  205.     list.h debug.h 
  206.  
  207.     $(CC) $(CFLAGS) $(INCL) -c announce.c
  208.  
  209. kill_user.o: kill_user.c opennap.h confdefs.h   \
  210.     zlib.h zconf.h hash.h   \
  211.     list.h debug.h extrasocket.h 
  212.  
  213.     $(CC) $(CFLAGS) $(INCL) -c kill_user.c
  214.  
  215. remove_connection.o: remove_connection.c opennap.h confdefs.h   \
  216.     zlib.h zconf.h hash.h   \
  217.     list.h hashlist.h debug.h 
  218.  
  219.     $(CC) $(CFLAGS) $(INCL) -c remove_connection.c
  220.  
  221. config.o: config.c opennap.h confdefs.h   \
  222.     zlib.h zconf.h hash.h   \
  223.     list.h debug.h 
  224.  
  225.     $(CC) $(CFLAGS) $(INCL) -c config.c
  226.  
  227. download.o: download.c opennap.h confdefs.h   \
  228.     zlib.h zconf.h hash.h   \
  229.     list.h debug.h 
  230.  
  231.     $(CC) $(CFLAGS) $(INCL) -c download.c
  232.  
  233. upload_complete.o: upload_complete.c opennap.h confdefs.h   \
  234.     zlib.h zconf.h hash.h   \
  235.     list.h debug.h 
  236.  
  237.     $(CC) $(CFLAGS) $(INCL) -c upload_complete.c
  238.  
  239. topic.o: topic.c opennap.h confdefs.h   \
  240.     zlib.h zconf.h hash.h   \
  241.     list.h debug.h 
  242.  
  243.     $(CC) $(CFLAGS) $(INCL) -c topic.c
  244.  
  245. muzzle.o: muzzle.c opennap.h confdefs.h   \
  246.     zlib.h zconf.h hash.h   \
  247.     list.h debug.h 
  248.  
  249.     $(CC) $(CFLAGS) $(INCL) -c muzzle.c
  250.  
  251. level.o: level.c opennap.h confdefs.h   \
  252.     zlib.h zconf.h hash.h   \
  253.     list.h debug.h 
  254.  
  255.     $(CC) $(CFLAGS) $(INCL) -c level.c
  256.  
  257. client_quit.o: client_quit.c opennap.h confdefs.h   \
  258.     zlib.h zconf.h hash.h   \
  259.     list.h debug.h 
  260.  
  261.     $(CC) $(CFLAGS) $(INCL) -c client_quit.c
  262.  
  263. server_login.o: server_login.c opennap.h confdefs.h   \
  264.     zlib.h zconf.h hash.h   \
  265.     list.h debug.h md5.h 
  266.  
  267.     $(CC) $(CFLAGS) $(INCL) -c server_login.c
  268.  
  269. server_connect.o: server_connect.c confdefs.h opennap.h   \
  270.     zlib.h zconf.h hash.h   \
  271.     list.h debug.h 
  272.  
  273.     $(CC) $(CFLAGS) $(INCL) -c server_connect.c
  274.  
  275. synch.o: synch.c opennap.h confdefs.h   \
  276.     zlib.h zconf.h hash.h   \
  277.     list.h debug.h 
  278.  
  279.     $(CC) $(CFLAGS) $(INCL) -c synch.c
  280.  
  281. util.o: util.c md5.h opennap.h   \
  282.     confdefs.h zlib.h zconf.h   \
  283.     hash.h list.h debug.h 
  284.  
  285.     $(CC) $(CFLAGS) $(INCL) -c util.c
  286.  
  287. md5.o: md5.c confdefs.h md5.h 
  288.  
  289.     $(CC) $(CFLAGS) $(INCL) -c md5.c
  290.  
  291. hotlist.o: hotlist.c opennap.h confdefs.h   \
  292.     zlib.h zconf.h hash.h   \
  293.     list.h hashlist.h debug.h 
  294.  
  295.     $(CC) $(CFLAGS) $(INCL) -c hotlist.c
  296.  
  297. remove_file.o: remove_file.c opennap.h confdefs.h   \
  298.     zlib.h zconf.h hash.h   \
  299.     list.h debug.h 
  300.  
  301.     $(CC) $(CFLAGS) $(INCL) -c remove_file.c
  302.  
  303. list_channels.o: list_channels.c opennap.h confdefs.h   \
  304.     zlib.h zconf.h hash.h   \
  305.     list.h debug.h 
  306.  
  307.     $(CC) $(CFLAGS) $(INCL) -c list_channels.c
  308.  
  309. list_users.o: list_users.c opennap.h confdefs.h   \
  310.     zlib.h zconf.h hash.h   \
  311.     list.h debug.h 
  312.  
  313.     $(CC) $(CFLAGS) $(INCL) -c list_users.c
  314.  
  315. ping.o: ping.c opennap.h confdefs.h   \
  316.     zlib.h zconf.h hash.h   \
  317.     list.h debug.h 
  318.  
  319.     $(CC) $(CFLAGS) $(INCL) -c ping.c
  320.  
  321. resume.o: resume.c opennap.h confdefs.h   \
  322.     zlib.h zconf.h hash.h   \
  323.     list.h debug.h 
  324.  
  325.     $(CC) $(CFLAGS) $(INCL) -c resume.c
  326.  
  327. change.o: change.c opennap.h confdefs.h   \
  328.     zlib.h zconf.h hash.h   \
  329.     list.h debug.h 
  330.  
  331.     $(CC) $(CFLAGS) $(INCL) -c change.c
  332.  
  333. ban.o: ban.c opennap.h confdefs.h   \
  334.     zlib.h zconf.h hash.h   \
  335.     list.h debug.h 
  336.  
  337.     $(CC) $(CFLAGS) $(INCL) -c ban.c
  338.  
  339. network.o: network.c opennap.h confdefs.h   \
  340.     zlib.h zconf.h hash.h   \
  341.     list.h debug.h extrasocket.h 
  342.  
  343.     $(CC) $(CFLAGS) $(INCL) -c network.c
  344.  
  345. buffer.o: buffer.c opennap.h confdefs.h   \
  346.     zlib.h zconf.h hash.h   \
  347.     list.h debug.h 
  348.  
  349.     $(CC) $(CFLAGS) $(INCL) -c buffer.c
  350.  
  351. server_usage.o: server_usage.c opennap.h confdefs.h   \
  352.     zlib.h zconf.h hash.h   \
  353.     list.h hashlist.h debug.h 
  354.  
  355.     $(CC) $(CFLAGS) $(INCL) -c server_usage.c
  356.  
  357. server_links.o: server_links.c opennap.h confdefs.h   \
  358.     zlib.h zconf.h hash.h   \
  359.     list.h debug.h 
  360.  
  361.     $(CC) $(CFLAGS) $(INCL) -c server_links.c
  362.  
  363. init.o: init.c confdefs.h opennap.h   \
  364.     zlib.h zconf.h hash.h   \
  365.     list.h hashlist.h debug.h   \
  366.     extrasocket.h 
  367.  
  368.     $(CC) $(CFLAGS) $(INCL) -c init.c
  369.  
  370. handler.o: handler.c opennap.h confdefs.h   \
  371.     zlib.h zconf.h hash.h   \
  372.     list.h debug.h 
  373.  
  374.     $(CC) $(CFLAGS) $(INCL) -c handler.c
  375.  
  376. timer.o: timer.c opennap.h confdefs.h   \
  377.     zlib.h zconf.h hash.h   \
  378.     list.h debug.h 
  379.  
  380.     $(CC) $(CFLAGS) $(INCL) -c timer.c
  381.  
  382. list.o: list.c list.h debug.h 
  383.  
  384.     $(CC) $(CFLAGS) $(INCL) -c list.c
  385.  
  386. userdb.o: userdb.c opennap.h confdefs.h   \
  387.     zlib.h zconf.h hash.h   \
  388.     list.h debug.h 
  389.  
  390.     $(CC) $(CFLAGS) $(INCL) -c userdb.c
  391.  
  392. serverlib.o: serverlib.c opennap.h confdefs.h   \
  393.     zlib.h zconf.h hash.h   \
  394.     list.h debug.h 
  395.  
  396.     $(CC) $(CFLAGS) $(INCL) -c serverlib.c
  397.  
  398. kick.o: kick.c opennap.h confdefs.h   \
  399.     zlib.h zconf.h hash.h   \
  400.     list.h debug.h 
  401.  
  402.     $(CC) $(CFLAGS) $(INCL) -c kick.c
  403.  
  404. usermode.o: usermode.c opennap.h confdefs.h   \
  405.     zlib.h zconf.h hash.h   \
  406.     list.h debug.h 
  407.  
  408.     $(CC) $(CFLAGS) $(INCL) -c usermode.c
  409.  
  410. channel.o: channel.c opennap.h confdefs.h   \
  411.     zlib.h zconf.h hash.h   \
  412.     list.h debug.h 
  413.  
  414.     $(CC) $(CFLAGS) $(INCL) -c channel.c
  415.  
  416. glob.o: glob.c opennap.h confdefs.h   \
  417.     zlib.h zconf.h hash.h   \
  418.     list.h 
  419.  
  420.     $(CC) $(CFLAGS) $(INCL) -c glob.c
  421.  
  422. redirect.o: redirect.c opennap.h confdefs.h   \
  423.     zlib.h zconf.h hash.h   \
  424.     list.h 
  425.  
  426.     $(CC) $(CFLAGS) $(INCL) -c redirect.c
  427.  
  428. filter.o: filter.c opennap.h confdefs.h   \
  429.     zlib.h zconf.h hash.h   \
  430.     list.h debug.h regex.h 
  431.  
  432.     $(CC) $(CFLAGS) $(INCL) -c filter.c
  433.  
  434. hashlist.o: hashlist.c list.h hash.h   \
  435.     hashlist.h opennap.h confdefs.h   \
  436.     zlib.h zconf.h debug.h 
  437.  
  438.     $(CC) $(CFLAGS) $(INCL) -c hashlist.c
  439.  
  440. class.o: class.c opennap.h confdefs.h   \
  441.     zlib.h zconf.h hash.h   \
  442.     list.h hashlist.h debug.h   \
  443.     extrasocket.h 
  444.  
  445.     $(CC) $(CFLAGS) $(INCL) -c class.c
  446.  
  447. napigator.o: napigator.c opennap.h confdefs.h   \
  448.     zlib.h zconf.h hash.h   \
  449.     list.h debug.h md5.h 
  450.  
  451.     $(CC) $(CFLAGS) $(INCL) -c napigator.c
  452.  
  453. #END OF FILE#
  454.